home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / lang_c / msqc25t1 / msqc25t1.doc < prev    next >
Text File  |  1990-09-30  |  8KB  |  120 lines

  1. msqc25t1.doc            By Tom Harrold          Sept. 30, 1990
  2.  
  3.         Microsoft Quick C version 2.51 Tools, file number 1.
  4.  
  5. This is a collection of C source files put into a zip archive. These C sources
  6. covers video, disk, and keyboard access as tools to make other programs.
  7. There are 92 files including this DOC file. All of the files listed have been
  8. tested. I included compiled programs for people who don't have a C compiler
  9. and wish to use some of the utility programs.
  10.  
  11. All ".mak" files are for the Microsoft Quick C V2.51 compiler. Compiled in
  12. small and large models. There are comments that will tell you to compile to
  13. the correct model size. Set your compiler accordinly. When you load the file
  14. in the Quick C enviroment. Quick C will ask, "do you want to use the make
  15. file", say yes!  This will set up the model size and the program list for
  16. the needed, header files and object code for the current program.
  17.  
  18. Note: Not all as list below will need a make file. If there is no comments
  19. showing how to compile the program. You should assume to compile in small
  20. model and the stack size of 2K.
  21.  
  22. APPMENU  C        4305 09-29-90   4:44p C source to compile a menu program
  23. APPMENU  EXE     33881 09-29-90   4:45p Compiled program, ready for you.
  24. APPMENU  MAK       841 09-29-90   4:23p Make file for APPMENU program
  25. AVLDRVS  C         899 09-03-90   9:08p Lists availible drives on the crt.
  26. MSQC25T1 DOC         0 09-30-90   4:23p This file that you are reading now.
  27. BIOSAREA H        3171 09-23-90   8:57a Header file, a few programs will useit
  28. BOOTSEC  H        1106 09-03-90   7:10p Header file, a few programs will useit
  29. CAT      C         817 09-08-90  10:30a UNIX like file concatenation C source
  30. CAT      EXE     15118 09-08-90  11:51a Compiled of the above
  31. CAT1     C         561 09-08-90   9:21a Same as above but limited
  32. CAT1     EXE     11216 09-08-90   9:24a "     "   "    "   "
  33. CAT1     MAK       738 09-08-90  10:28a "     "   "    "   "
  34. CELL     H        2961 03-05-89   8:23a Header file, a few programs will useit
  35. CENTERED C         575 09-29-90  10:19a Demo of center text in a window
  36. CENTERED MAK       846 09-29-90   1:02p Make file for the above
  37. CFLOWX   H        2688 06-24-85   9:57a Header file, a few programs will useit
  38. CHILD    C         683 09-05-90  10:03a EXEC calls this program as child proc.
  39. CHILD    EXE     19354 09-05-90  10:04a Compiled and ready for you.
  40. CMDLNARG C         631 02-04-90  11:55a Feebe: Command line argument C source
  41. DOSSHELL C        4682 09-30-90  10:50a Dos shell program - not really good
  42. DOSSHELL EXE     39255 09-30-90  10:50a Compiled demo - most functs. don't work
  43. DOSSHELL MAK       846 09-30-90  10:38a Make file for the above.
  44. DRIVES   C        1016 09-03-90   8:15p Display drive info
  45. DSKBYTES C         755 09-04-90   5:15p Tells how much unused bytes on drive
  46. EXEC     C        1496 09-04-90   9:48p Main program, calls CHILD program above
  47. EXEC     EXE     51548 08-31-90   9:32p Run this as demo.
  48. FDPARM   C        2030 09-03-90   7:47p Displays floppy disk parameters
  49. FDPARM   EXE     22060 09-09-90   5:42p Demo for the above.
  50. FILEMISC C        3061 09-06-90   1:04p Compiles object code as LIB C functs.
  51. FILEMISC H        1073 09-05-90  11:19p Header file, a few programs will useit
  52. HARDWARE C        3195 09-26-90   7:49p Tells what equipment you have on sys
  53. HARDWARE EXE     27149 09-26-90   8:00p Use as utility - see above.
  54. HEX2CRT  C        4248 08-24-90   5:56p Displays a file in Hexadecimal on crt
  55. HEX2CRT  EXE     28734 08-24-90   5:56p Use as utility- it also makes a file
  56. HEXCAL   C        1291 02-24-90   9:36a Hexadecimal calculator program
  57. HEXCAL   EXE     17329 08-23-90   2:28p Use as utility- adds&sub&cnvt to dec
  58. HILITE   C        1122 09-29-90  10:33a Demo highlighting of text in window
  59. HILITE   MAK       836 09-29-90   1:05p Make file for the above.
  60. KEYS     C        2892 09-29-90   3:19p Displays most keyboard keys by name
  61. KEYS     EXE     30861 09-29-90   3:15p Demo of the above.
  62. KEYS     MAK       776 09-29-90   3:12p Make file for the above.
  63. LS       C         651 09-06-90  11:20a UNIX like list file program
  64. LS       EXE     23641 09-06-90   2:15p Use as utility
  65. LS       MAK       778 09-06-90   2:14p Make file for the above.
  66. LSTCFL   C         565 12-05-88   9:12p List C source files from current dir
  67. LSTSDIR  C        3055 09-07-90   7:12p Lists all directories on a drive.
  68. LSTSDIR  EXE      7293 09-07-90   7:13p Use as utility
  69. MK_FP    H         152 09-23-90   9:02a Header file, a few programs will useit
  70. POPUP    C        3352 09-29-90  12:33p Pop-up menus program
  71. POPUP    H        1296 09-27-90   9:59p Header file, a few programs will useit
  72. PRINTERO C         924 09-15-90   3:03p Printer output program
  73. PULLDOWN C        4941 09-29-90   1:39p Pulldown menu program
  74. PULLDOWN EXE     33747 09-29-90   1:40p Demo for the above.
  75. PULLDOWN MAK       846 09-29-90   1:08p Make file for the above.
  76. QUICKPOP C         919 09-29-90   6:12a Pop-up windows demo program
  77. QUICKPOP EXE     32177 09-29-90  12:55p Demo for the above.
  78. QUICKPOP MAK       846 09-29-90  12:54p Make file for the above program
  79. SAVEREST C        1252 09-25-90  10:36p Save and restore screen image program
  80. SAVEREST MAK       796 09-26-90   8:45p Make file for the above.
  81. SCRNIO   C        2076 09-27-90   9:01p Screen text manipulating management pgm
  82. SPAWN    C        1620 08-31-90   9:16p Demo calling CHILD pgm, same as EXEC
  83. SPAWN    EXE     48019 08-31-90   9:16p Demo- it calls CHILD.exe
  84. SUB      C        7455 09-10-90   9:41p Directory list pgm - better than DIR
  85. SUB      EXE     23860 09-10-90   9:41p Utility-Sho mem used of all files in dir
  86. SUB      MAK       756 09-10-90   8:11p Make file for the above.
  87. SUB1     C        7020 09-08-90  12:16a Same as above
  88. SUB1     MAK       781 09-07-90  10:27p dito
  89. SWAPSCRN C        1598 09-26-90   8:57p Demo- exchanges screen images
  90. SYSINFO  C        2815 09-08-90   6:08p Tell you what you have on your system
  91. TBOX     C        1344 09-27-90   9:39p Makes a box around your text window
  92. TBOX     EXE     29263 09-27-90   9:39p Demo for the above
  93. TBOX     MAK       776 09-27-90   9:36p Make file for the above
  94. TEXTSCR1 H         540 09-23-90   5:40p Header file, a few programs will useit
  95. TEXTSCR2 H        1631 09-23-90   4:48p Header file, a few programs will useit
  96. TEXTSCRN C        9311 09-26-90   8:47p Makes object code as LIB functions
  97. TEXTSCRN H         540 09-23-90   5:40p Header file, a few programs will useit
  98. TOOLBOX1 C         868 09-06-90   2:08p Makes object code as LIB functions
  99. TOOLBOX1 H         297 09-06-90   1:55p Header file, a few programs will useit
  100. TOOLBOX1 MAK       801 09-06-90   2:11p Make file for the above 2
  101. TOOLTEST C         585 09-06-90   1:48p Test out the tool box functions
  102. TWOWINS  C        1049 09-29-90  12:59p Demos two windows on the screen
  103. TWOWINS  MAK       841 09-29-90  12:58p Make file for the above.
  104. VIDEO    C        3257 09-30-90   1:00p A video configuration info program
  105. VIDEO    EXE     20974 09-30-90   1:02p Used as utility- See if you have EGA
  106. WHERE    C        3168 09-06-90  10:21p UNIX like whereis file locator pgm
  107. WHERE    EXE     13168 09-06-90  10:21p Use as utility. Finds where file on drv
  108. WINDEMO  C        2540 09-23-90   6:11p Window demo program
  109. WINDEMO  EXE     34680 09-27-90   8:56p Demo for the above program
  110. WINDEMO  MAK       791 09-26-90   8:50p Make file for the above demo program
  111.  
  112.        Total of 92 Files
  113.  
  114. Sure! I will accept any thing for payment on the labor of typing these program
  115. and testing them but, you got to find me first!
  116.  
  117. Enjoy the programs...
  118.  
  119.  
  120.